home *** CD-ROM | disk | FTP | other *** search
/ IRIX 5.3 for Indy R4400 / IRIX 5.3 for Indy R4400 175MHz.img / dist / eoe2.idb / usr / lib / acct / prctmp.z / prctmp
Text File  |  1995-02-28  |  742b  |  24 lines

  1. #!/sbin/sh
  2. #    Copyright (c) 1993 UNIX System Laboratories, Inc.
  3. #      All Rights Reserved
  4.  
  5. #    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
  6. #    UNIX System Laboratories, Inc.       
  7. #    The copyright notice above does not evidence any
  8. #    actual or intended publication of such source code.
  9.  
  10. #    copyright    "%c%"
  11.  
  12. #ident    "@(#)acct:common/cmd/acct/prctmp.sh    1.7.1.3"
  13. #ident "$Header: /proj/irix5.3/isms/irix/cmd/acct/RCS/prctmp.sh,v 1.2 1993/11/05 04:26:47 jwag Exp $"
  14. #    "print session record file (ctmp.h/ascii) with headings"
  15. #    "prctmp file [heading]"
  16. PATH=/usr/lib/acct:/bin:/usr/bin:/etc
  17. (cat <<!; cat $*) | pr -h "SESSIONS, SORTED BY ENDING TIME"
  18.  
  19. MAJ/MIN            CONNECT SECONDS    START TIME    SESSION START
  20. DEVICE    UID    LOGIN    PRIME    NPRIME    (NUMERIC)    DATE    TIME
  21.  
  22.  
  23. !
  24.